Update from code changes: expand dbt MetricFlow reference#1004
Open
mintlify[bot] wants to merge 2 commits into
Open
Update from code changes: expand dbt MetricFlow reference#1004mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Contributor
Author
|
Update from code changes updated this PR. Expanded the MetricFlow page to cover ratio, derived, same-model filters, sum_boolean, and config.meta hidden/group_label passthrough. Source PRs
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Keeps the dbt MetricFlow integration page in sync with the CLI's native MetricFlow translation as it grows: initial coverage for simple metrics, then ratio/derived/filter/
sum_booleantranslation, thenconfig.metapassthrough. Also cross-links the page from the Metrics reference.Changes
references/integrations/dbt-metricflow.mdx${TABLE}qualification of bare-columnexprvalues.0–1fraction and the latest0–100scale, and thatpercentilemeasures without a numeric value are skipped.agg: sum_boolean, same-modelfilter:(asCASE WHEN), same-modelratiometrics (as anumbermetric withNULLIF-guarded division), and same-modelderivedmetrics.config.meta.hiddenandconfig.meta.group_labelpassthrough on measures and metrics.offset_window/offset_to_grain, non-Dimension()filter templates).create_metric: true,config.metapassthrough, a same-model filter, and a ratio metric.references/metrics.mdxmeta.metrics.Context
Reflects three CLI changes:
config.meta.hidden/group_labelpassthrough.Update history
${TABLE}qualification, percentile normalization, skip cases, and a cross-link from the Metrics reference (feat(cli): native dbt MetricFlow metric support on deploy lightdash#25478).sum_boolean, andconfig.meta.hidden/group_labelpassthrough; refreshed the not-supported list to the current gap set (cross-model inputs,offset_window/offset_to_grain, non-Dimension()filter templates); grew the example YAML to show a filter, a ratio metric, andconfig.meta.group_label(feat: support MetricFlow ratio/derived metrics and same-model filters lightdash#25594, feat(metricflow): carry config.meta hidden and group_label into translated metrics lightdash#25607).